@font-face {
    font-family: 'Futura';
    src: url(../font1/FUTURA-BOLD.OTF);
}
.header{
    background: white;
    box-shadow: 0 5px 10px #787878;
    position: relative;
    z-index: 999;
    padding: 28px 0 25px 0;
}
.header ul{
    display: flex;
    justify-content: space-around;
}
.header li{
    line-height: 46px;
}
.header a{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.about{
    margin: 90px auto 60px auto;
}
.webTitle h3{
    color: #222222;
    font-size: 42px;
    font-weight: bold;
}
.aboutCenter{
    padding: 0 83px 0 77px ;
    margin-top: 50px;
}
.aboutCenter p{
    color: #666666;
    font-size: 16px;
    line-height: 47px;
}
.num{
    margin-top: 60px;
}
.counter{
    color: #00479d;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 56px;
}
.num-demo span{
    color: #666666;
    font-size: 18px;
}
.num p{
    line-height: 30px;
}
.category{
    background: url(../img1/category.jpg) center center no-repeat;
    background-size: cover;
    /* height: 435px; */
}
.categoryCenter{
    padding: 100px 0 38px 65px;
}
.categoryCenter h3{
    color: white;
    font-size: 36px;
    font-weight: bold;
}
.categoryCenter ul{
    display: flex;
    justify-content:start;
    margin-top: 30px;
}
.categoryCenter ul li a{
    margin: 0 5px;
    color: white;
    font-size: 18px;
}
.categoryCenter ul li{
    color: white;
    font-size: 18px;
}
.categoryMore{
    width: 130px;
    line-height: 42px;
    border: solid 1px white;
    margin-top: 35%;
}
.categoryMore a{
    color: white;
    font-size: 16px;
}
.webTitle p{
    color: #666666;
    font-size: 18px;
    line-height: 60px;
}
.product{
    margin: 130px auto 60px auto;
    padding: 0 148px;
}
.product li{
    padding: 0 10px;
}
.productShow{
    margin-top: 50px;
}
.productText{
    background:#f5f5f5;
    line-height: 80px;
}
.productText span{
    color: #666666;
    font-size: 18px;
}
.productTel{
    width: 490px;
    border: solid 1px #dcdcdc;
    margin: 70px auto 0 auto;
    border-radius: 50px;
}
.productTel h3{
    color: #444444;
    font-size: 16px;
    line-height: 75px;
}
.productTel span{
    font-family: 'Futura';
    color: #444444;
    font-size: 24px;
}
.advantage{
    background: url(../img1/advantage.jpg) no-repeat center center;
    background-size: cover;
    padding: 90px 0 220px 0;
}
.advantageCenter{
    margin-top: 198px;
}
.advantageText em{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: white;
}
.advantageText span{
    color: white;
    font-size: 16px;
}
.advantageText h3{
    color: white;
    font-weight: bold;
    font-size: 24px;
    margin: 10px 0 15px 0;
}
.advantageText p{
    color: #cbcbcb;
    font-size: 15px;
    line-height: 35px;
}
.advantageText li{
    padding-bottom: 30px;
    border-bottom: solid 1px #6da4d6;
    margin: 20px 0;
}
.advantageText li:first-child{
    margin-top: 0;
}
.team{
    margin: 85px auto;
}
.teamCenter{
    margin-top: 70px;
}
.teamText{
    padding-right: 20px;
}
.teamText em{
    display: inline-block;
    background: black;
    width: 10px;
    height: 10px;
}
.teamText span{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
}
.teamText p{
    color: #666666;
    font-size: 16px;
    line-height: 35px;
    margin-top: 10px;
}
.teamText li{
    padding-bottom: 30px;
    border-bottom: solid 1px #eeeeee;
    margin: 40px 0;
}
.teamTel h3{
    color: white;
    font-family: 'Futura';
    font-size: 24px;
    line-height: 60px;
}
.teamTel span{
    color: white;
    font-size: 14px;
    font-weight: normal;
}
.teamTel{
    background: #0b6bc4;
    border-radius: 30px;
    width: 360px;
    margin-top: 65px;
}
.new{
    background: #f8f8f8;
    padding: 88px 150px 140px 150px;
}
.newCenter{
    margin-top: 80px;
}
.newText li{
    background: white;
    padding: 30px 30px 30px 40px;
    margin: 20px 0;
}
.newText em{
    background: #0b48c4;
    height: 10px;
    width: 10px;
    display: inline-block;
}
.newText span{
    margin-left: 5px;
    color: #0f52b6;
    font-size: 16px;
}
.newText a{
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: 22px 0 10px 0;
}
.newText p{
    color: #666666;
    font-size: 15px;
    line-height: 40px;
}
.newText h4{
    color: #959595;
    font-size: 14px;
    margin-top: 5px;
}
.newText li:first-child{
    margin-top: 0;
}
.footer{
    background: #333333;
    padding: 50px 0 20px 0;
}
.link{
    line-height: 45px;
    padding-bottom: 25px;
    border-bottom: 5px solid #4a4a4a;
}
.link a{
    color: white;
    font-size: 14px;
    margin: 0 5px;
}
.footerCenter{
    margin-top: 82px;
}
.footerCenter h3{
    color: #bfbfbf;
    font-family: 'Futura';
    font-size: 24px;
    margin: 20px 0 15px 0;
}
.footerCenter h4{
    color: #bfbfbf;
    font-size: 16px;
    line-height: 25px;
}
.contact{
    border-right: solid 1px #929292;
    margin-top: 20px;
}
.footerCenter span{
    color: #ffffff;
    font-size: 16px;
}
.footerCenter ul{
    margin-top: 20px;
}
.footerCenter li{
    line-height: 35px;
}
.footerCenter a{
    color: #bfbfbf;
    font-size: 14px;
}
.optimize{
    margin-top: 140px;
    line-height: 30px;
    color: #bfbfbf;
    font-size: 14px;
}
.optimize a{
    color: #bfbfbf;
    font-size: 14px;
    margin-right: 5px;
}
@media screen and (max-width:1400px) {
    .newText li:last-child{
        display: none;
    }
}
.mobileAbout,.mobileNew{
    margin: 20px auto;
    padding: 15px;
}
.mobileTitle{
    margin-bottom: 20px;
    color: black;
    font-size: 22px;
    font-weight: lighter;
}
.mobileAbout p{
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    text-indent: 2em;
}
.mobileProductCetner li{
    line-height: 40px;
}
.mobileProductCetner span{
    color: black;
    font-size: 15px;
}
.mobileNewCenter li{
    line-height: 45px;
}
.mobileNewCenter a{
    color: black;
    font-size: 15px;
}
.mobileNewCenter span{
    float: right;
    color: #929292;
    font-size: 15px;
}
.mobileFooter{
    background: #333333;
    color: white;
    font-size: 14px;
    line-height: 35px;
    padding: 20px 15px;
}
.call{
    background: #00479d;
    line-height: 35px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.call a{
    color:white;
    font-size: 15px;
}
@media screen and (max-width:768px) {
    html{
        padding-bottom: 35px;
    }
}